Represents the various factors which contribute to a final cost
The final cost is generally the sub of the adjusted extax cost plus tax
Note that if a promotional final cost is set, then that will not be the case,
and the tax + adjustedPriceExTax will NOT equal the final cost.
Properties
Name | Returns | Notes | Example |
---|---|---|---|
listUnitPriceExTax | BigDecimal | ||
adjustedPriceExTax | BigDecimal | ||
adjustedUnitPriceExTax | BigDecimal | ||
quantity | BigDecimal | ||
tax | BigDecimal | ||
taxRate | BigDecimal | ||
finalCost | BigDecimal | Adjusted total amount, inc tax | |
finalListPriceIncTax | BigDecimal | ||
finalPriceExTax | BigDecimal | ||
promotionalDiscount | BigDecimal |
Hide comments
